- Edge<D> - Class in edu.claflin.finder.logic
-
Represents an Edge in memory.
- Edge(Node, Node, D, boolean) - Constructor for class edu.claflin.finder.logic.Edge
-
Initializes the Edge object.
- edgeList - Variable in class edu.claflin.finder.logic.Graph
-
The list of edges added to the graph.
- edges - Variable in class edu.claflin.finder.logic.cygrouper.CygrouperAssembler
-
- EdgeWeightComparator - Class in edu.claflin.finder.logic.comp
-
A simple edge weight comparator in which the edge data is considered a
numeric value and used as the comparison benchmark.
- EdgeWeightComparator(boolean) - Constructor for class edu.claflin.finder.logic.comp.EdgeWeightComparator
-
Constructs an EdgeWeightComparator.
- edu.claflin.finder - package edu.claflin.finder
-
Subgraph Finder - Used to find and locate subgraphs within a network.
- edu.claflin.finder.algo - package edu.claflin.finder.algo
-
Contains the Algorithm code for finding bipartite subgraphs.
- edu.claflin.finder.io - package edu.claflin.finder.io
-
Contains the input/output code for reading and writing files.
- edu.claflin.finder.io.graph - package edu.claflin.finder.io.graph
-
Contains the specific graph formats supported by the SNBA
program family.
- edu.claflin.finder.io.graph.sub - package edu.claflin.finder.io.graph.sub
-
Contains the general classes used to support extensibility
of the IO classes.
- edu.claflin.finder.log - package edu.claflin.finder.log
-
Contains the classes used by the programming for logging
to a file.
- edu.claflin.finder.logic - package edu.claflin.finder.logic
-
Contains the data structure and processing code-base.
- edu.claflin.finder.logic.comp - package edu.claflin.finder.logic.comp
-
Contains Comparator implementations for expansion ordering.
- edu.claflin.finder.logic.cond - package edu.claflin.finder.logic.cond
-
Contains Condition implementations for identifying subgraph types.
- edu.claflin.finder.logic.cygrouper - package edu.claflin.finder.logic.cygrouper
-
- edu.claflin.finder.logic.processor - package edu.claflin.finder.logic.processor
-
Contains classes related directly to processing.
- enumList - Variable in class edu.claflin.finder.algo.ArgumentsBundle
-
The Mapping of String keywords to Notable Enum values.
- equals(Object) - Method in class edu.claflin.finder.logic.Edge
-
- equals(Object) - Method in class edu.claflin.finder.logic.Node
-
- error() - Static method in class edu.claflin.finder.Main
-
Used to process a fatal error.